From: Gert Wollny Date: Tue, 1 Dec 2015 02:16:01 +0000 (+0100) Subject: Update doc rule X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~315 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=b4e4e5e89e01cd55cc34e98db2062493b474d494;p=dcmtk.git Update doc rule --- diff --git a/debian/rules b/debian/rules index 8f82582b..18fa3968 100755 --- a/debian/rules +++ b/debian/rules @@ -40,13 +40,11 @@ override_dh_auto_configure: --with-libwrap \ --with-openssl -# Let's be smart with building doc -override_dh_auto_build-indep: - $(MAKE) -C obj-* DOXYGEN - # No tests needed for docs override_dh_auto_test-indep: +# if config/Makefile.def is not availabe then we assume this is +# a clean source tree override_dh_auto_clean: if [ -f config/Makefile.def ] ; then dh_auto_clean; fi @@ -56,10 +54,7 @@ override_dh_auto_install-arch: mv debian/tmp/usr/etc debian/tmp/ override_dh_auto_install-indep: - #DESTDIR=debian/tmp $(MAKE) -C obj-*/doxygen install - DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C obj-*/doxygen install - #rm debian/dcmtk/usr/share/man/man1/_tmp_buildd* - #rm debian/tmp/usr/share/man/man1/_tmp_buildd* + DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C doxygen install rm debian/tmp/usr/share/man/man1/_*.1 override_dh_installdocs: